Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit aadc0583cf790f0684a2fc71f56005438870f5e7


Parents : 6d6b405
Author : Ivan <e46112d44649266d71fe2193e00a4710>
Signature : T66BB85Valid, signed by author
Date : 2026-07-26T08:31:21-05:00

feat: add new ALTCHA challenge endpoint to HTTP API routes

Changes

2 files changed, 4 insertions(+), 0 deletions(-)


Diff

diff --git a/meshchatx.rsm b/meshchatx.rsm
index c44a0f93..7da223fc 100644
Binary files a/meshchatx.rsm and b/meshchatx.rsm differ

diff --git a/tests/backend/fixtures/http_api_routes.json b/tests/backend/fixtures/http_api_routes.json
index e505bd03..943f9501 100644
--- a/tests/backend/fixtures/http_api_routes.json
+++ b/tests/backend/fixtures/http_api_routes.json
@@ -44,6 +44,10 @@
"method": "POST",
"path": "/api/v1/app/tutorial/seen"
},
+ {
+ "method": "GET",
+ "path": "/api/v1/auth/altcha/challenge"
+ },
{
"method": "GET",
"path": "/api/v1/auth/csrf"


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────